/*
|---------------------------------------------------------------------------
| Modal
|---------------------------------------------------------------------------
*/

#dsa-img {
    width: 156px;

}

.DCS-bodyForm{
	position: relative;
    /*left: 50px;*/
}

.dmv {
    width: 100%;
    color: #333;
    display: inline-block;
    margin-top: 48px;
    font-size: 15px;
    max-width: 500px;
    opacity: 0;
    position: relative;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.dmv,
.dmv::after {
    vertical-align: middle;
}

.dmv-close {
    cursor: pointer;
    color: #666666;
    display: block;
    position: absolute;
    z-index: 200000;
    right: -70px;
    top: -18px;
    width: 39px;
}

.dmv-overlay {
    background: white;
    bottom: 0;
    visibility: hidden;
    left: 0;
    opacity: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    padding-top: 25px;
    z-index: 100000;
    -moz-transition: visibility 0s linear, opacity .25s ease-in-out;
    -ms-transition: visibility 0s linear, opacity .25s ease-in-out;
    -webkit-transition: visibility 0s linear, opacity .25s ease-in-out;
    transition: visibility 0s linear, opacity .25s ease-in-out;
}

.dmv-overlay,
.dmv-overlay::after {
    vertical-align: middle;
}

.dmv-overlay::after {
    content: "";
    display: inline-block;
    height: 100%;
    margin-left: -0.5em;
}

.dmv-content {
    min-width: 550px;
	/*height: 550px;*/
    position: initial;
    top: 50%;
    left: 50%;
    background: #f0f0f0;;
    color: #666667;
    text-align: center;
    padding: 22px;
	padding-bottom:0px;
	padding-right: 40px;
    font-family: Lato,Helvetica,Arial,sans-serif;
    text-shadow: none;
    box-sizing: border-box;
	padding-bottom:15px;
	/*background: rgba(0,167,223,1);*/
/*	background: -moz-linear-gradient(top, rgba(0,167,223,1) 0%, rgba(0,167,223,1) 83%, rgba(19,47,114,1) 83%, rgba(19,47,114,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,167,223,1)), color-stop(83%, rgba(0,167,223,1)), color-stop(83%, rgba(19,47,114,1)), color-stop(100%, rgba(19,47,114,1)));
	background: -webkit-linear-gradient(top, rgba(0,167,223,1) 0%, rgba(0,167,223,1) 83%, rgba(19,47,114,1) 83%, rgba(19,47,114,1) 100%);
	background: -o-linear-gradient(top, rgba(0,167,223,1) 0%, rgba(0,167,223,1) 83%, rgba(19,47,114,1) 83%, rgba(19,47,114,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,167,223,1) 0%, rgba(0,167,223,1) 83%, rgba(19,47,114,1) 83%, rgba(19,47,114,1) 100%);
	background: linear-gradient(to bottom, rgba(0,167,223,1) 0%, rgba(0,167,223,1) 83%, rgba(19,47,114,1) 83%, rgba(19,47,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7df', endColorstr='#132f72', GradientType=0 );*/
	box-shadow: 0px 0px 10px 1px #FFFFFF;
	-webkit-box-shadow: 0px 0px 10px 1px #FFFFFF;
	-moz-box-shadow: 0px 0px 10px 1px #FFFFFF;
	-o-box-shadow: 0px 0px 10px 1px #FFFFFF;

}
#dmv-img-background, #img-background{
	position: absolute;
    left: -165px;
    top: -32px;
	
}

#dmv-div-privacy-group{
    overflow-y: auto;
    max-height: 60px;
    overflow-x: hidden;
}

.dvl-error-content {
    color: white !important;
}

.dmv-contenedor {
    background-color: transparent;
}

.dmv-logo-pullmt {
    margin-top: 24px;
}

.dmv-h2 {
	text-align: left;
	margin-bottom:0px;
   
}
.dmv-h3 {
	text-align: left;
    margin-bottom: 20px;
	font-size:20px;
	color:#666667;
	font-weight:normal;
}

.dmv-llamanos p,.llamanos p{
    font-size: 27px;
    margin-top:25px;
    padding-bottom:0px;
}

h2.dmv-h2{
	font-size:35px;
	color:#666667;
	font-weight:normal;
}

#dmv-ringPoolNumber,#ringPoolNumber {
    color: #ffa100;
    /*font-weight: bold;*/
	/*text-shadow: 2px 0 0 #FF8423, -2px 0 0 #FF8423, 0 2px 0 #FF8423, 0 -2px 0 #FF8423, 1px 1px #FF8423, -1px -1px 0 #FF8423, 1px -1px 0 #FF8423, -1px 1px 0 #fff;*/
}

#dmv-ringPoolNumber:hover,#ringPoolNumber:hover {
    font-style: none;
}

#dmv-description,#description {
    font-size: 18px;
}

.dmv-div-telefono  {
    float: left;
    width: 50%;
}

.dvl-error p {
    display: block;
    text-align: left;
	padding-left:20px;
	color: red;
    font-weight: bold;
}

.dmv-form-group .dmv-label-telefono, .dmv-form-group  .dmv-label-nombre,.dmv-form-group .dmv-label-email {
    text-align: left;
    color: white;
    font-weight: normal;
    letter-spacing: 0.5px;
	float:left;
	padding-bottom:10px;
}

.dmv-content .dmv-form-group .dmv-span-condiciones {
    float: none;
    margin-left: 0;
}

.dmv-content .dmv-form-group .dmv-legal {
    text-align: left;
    margin-top: 19px;
    margin-left: 1px;
    float: left;
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;	
	
}

.dmv-content .dmv-form-group .dmv-enlace-condiciones {
    color: #666667;
}

.dmv-enlace-condiciones:hover {
    color: #002c75;
    text-decoration: none;
}

a#dmv-btnSubmit,button#dmv-btnSubmit, a#btnSubmit,button#btnSubmit {
    display: inline-block!important;
    padding: 6px 12px!important;
    margin-bottom: 0!important;
    font-weight: 400!important;
    line-height: 1.2!important;
    text-align: center!important;
    white-space: nowrap!important;
    vertical-align: middle!important;
    cursor: pointer!important;
    border: 1px solid transparent!important;
    border-radius: 4px!important;	
    background-color: #bfbfbf!important;
	background-image:none;
    /*width: 37%!important;*/
    font-size: 22px!important;
    margin-bottom: 0!important;
    border: none!important;
    border-radius: 2px!important;
    padding: 12px!important;
	float:right!important;
	color:#fff!important;
	padding-left: 30px!important;
    padding-right: 30px!important;
}

a#dmv-btnSubmit:hover,button#dmv-btnSubmit:hover,a#btnSubmit:hover,button#btnSubmit:hover {
    text-decoration: none;
	background-color: #CfbfAA!important;
}

#dmv-phone,#dmv-nombre-DMV,#dmv-email,#nombre-DMV {
    font-weight: 300;
    font-size: 21px;
    color: #666667;
    height: 48px;
    float: left;
    margin-bottom: 7px;
    text-align: center;
    border-radius: 2px;
    width: 91%;
}

#dmv-nombre-DMV, #dmv-email, #nombre-DMV {
	width:100%;
	
}
.dmv-clearBoth,.clearBoth {
    clear: both;
}

.dmv-dejanos-telefono {
    margin-top: 23px;
    color: white;
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
}

#dmv-info, #dmv-horario {
    text-align: left;

}

#dmv-info {
	margin-top:20px;
	
}

footer .drp-phone {
    font-weight: bold;
}


#dmv_bar {
  position: fixed;
  right: 0;
  left: 0;
  background-color: #DF6F00;
  text-align: center;
  cursor: pointer;
  z-index: 9000;
}

#ringPoolCha{
	color: white;
    font-size: 20px;
    position: relative;
    top: 15px;
	margin-right:5%;
	left:30%;
	float:left;
		
	}	

a#ringPoolCha{
	text-decoration: none;
}

.created_rp {
    width: 167px;
    height: 22px;
    box-shadow: 5px 4px 4px 5px #ccc;
    margin: 10px 20px 30px 20px;
    padding: 15px;
    font-size: 1.2em;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    border-left: 1px solid #AAA;
    border-right: 2px solid;
    border-radius: 8px;
    position: absolute;
    right: 14px;
    bottom: 80px;
}

.created_call {
    width: 167px;
    height: 22px;
    box-shadow: 5px 4px 4px 5px #ccc;
    margin: 10px 20px 30px 20px;
    padding: 15px;
    font-size: 1.2em;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    border-left: 1px solid #AAA;
    border-right: 2px solid;
    border-radius: 8px;
    position: absolute;
    right: 14px;
    bottom: 0;
}

@media (max-width: 600px) {

#dsa-img {
    width: 115px;
}

.dmv {
    width: 89%;
    color: #333;
    display: inline-block;
    margin-top: 48px;
    font-size: 15px;
    max-width: 500px;
    opacity: 0;
    position: relative;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-shadow: none;
}

.dmv,
.dmv::after {
    vertical-align: middle;
}

.dmv-close {
    cursor: pointer;
    color: #666666;
    display: block;
    position: absolute;
    z-index: 200000;
    right: -17px;
    top: -14px;
    width: 39px;
}

.dmv-overlay {
    background: white;
    bottom: 0;
    visibility: hidden;
    left: 0;
    opacity: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    padding-top: 25px;
    z-index: 100000;
    -moz-transition: visibility 0s linear, opacity .25s ease-in-out;
    -ms-transition: visibility 0s linear, opacity .25s ease-in-out;
    -webkit-transition: visibility 0s linear, opacity .25s ease-in-out;
    transition: visibility 0s linear, opacity .25s ease-in-out;
}

.dmv-overlay,
.dmv-overlay::after {
    vertical-align: middle;
}

.dmv-overlay::after {
    content: "";
    display: inline-block;
    height: 100%;
    margin-left: -0.5em;
}

.dmv-content {
    max-width: 600px;
    min-width: 320px;
    position: initial;
    top: 10%;
    left: 50%;
    color: #666667;
    text-align: center;
    padding: 13px;

}

.dvl-error-content {
    color: red !important;
}

.dmv-contenedor {
    /*background-color: #00a7df;*/
    padding: 18px;
}

.dmv-logo-pullmt {
    margin-top: 8px;
    width: 81px;
}

.dmv-llamanos {
    font-size: 27px;
    margin-bottom: -19px;
    margin-top: 25px;
}

#dmv-ringPoolNumber,#ringPoolNumber {
    color: #ffa100;
    font-weight: bold;
}
a.dmv-enlace-condiciones {
	text-decoration: none;
}
.dmv-dejanos-telefono p {
    font-size: 16px;
    margin: 16px 5px;
}

a.wg-submit{
	color:#ffffff;
}
.dmv-contenedor .wg-form .dmv-telefono {
    display: block;
    margin: 0 16px .4em;
    font-size: 15px;
    padding-top: 0;
    text-align: left;
    color: #555;
    font-weight: 200;
}

.dmv--aceptar-terminos-label {
    padding-top: 0;
}

.dvl-error p {
	color: red;
    font-weight: bold;
}
.wg-form {
    margin-bottom: 10px;
}
.dmv-contenedor .wg-form .dmv-input-telefono {
    height: 32px;
    text-align: center;
    width: 87%;
    margin-top: 0px;
    border-radius: 5px;
    padding: 0;
}

#dmv-btnSubmit, #btnSubmit {
	display: inline-block;
    padding: 0;
    width: 100%;
    margin: auto;
    background-color: #002c75;
    border-radius: 7px;
    margin-bottom: 15px;
    padding-top: 6px;
    font-size: 25px;
    margin-top: 15px;	
	
}
h2.dmv-h2{
	color:#666667;
	font-size:22px;
	margin-bottom:0px;
	
}
	
.dmv-h3 {
	text-align: left;
    margin-bottom: 15px;
	font-size:18px;
	color:#666667;
	font-weight:normal;
}
	
.dmv-llamanos p,.llamanos p {
    font-size: 21px;
    margin-top: 15px;
}

.dmv-contenedor .wg-form .dmv-aceptar-terminos-label {
    width: 88%;
    margin: auto;
    margin-bottom: 11px;
}

.dmv-contenedor .wg-form .dmv-span-condiciones {
    display: inline;
    font-size: 15px;
    color: #555;
    font-weight: 200;
}

.dmv-contenedor .wg-form .dmv-span-condiciones a {
    color: #002c75;
    font-weight: 200;
}

#dmv-info {
    margin: 0;
}

#dmv-horario, #dmv-info {
    color: #666667;
    font-size: 14px;

}

#dmv-phone, #dmv-nombre-DMV, #dmv-email, #nombre-DMV {
    height: 48px;
    float: left;

    width: 100%;
}
	
.dmv-div-telefono{
		
	width:100%;

}
	
#ringPoolCha,#dmvText{
    color: white;
    font-size: 20px;
    /* position: relative; */
    /* top: 5px; */
    /* float: none; */
    left: inherit;
    width: 50%;
    height: 48px;
    text-align: center;
    float: left;
    position: initial;
    line-height: 50px;
	margin-right:0px
		
	}	
	
}